google.golang.org/grpc.clientStream.binlogs (field)

20 uses

	google.golang.org/grpc (current package)
		stream.go#L345: 		cs.binlogs = append(cs.binlogs, ml)
		stream.go#L349: 			cs.binlogs = append(cs.binlogs, ml)
		stream.go#L372: 	if len(cs.binlogs) != 0 {
		stream.go#L386: 		for _, binlog := range cs.binlogs {
		stream.go#L558: 	binlogs []binarylog.MethodLogger
		stream.go#L842: 	if len(cs.binlogs) != 0 && !cs.serverHeaderBinlogged && m != nil {
		stream.go#L854: 		for _, binlog := range cs.binlogs {
		stream.go#L959: 	if len(cs.binlogs) != 0 && err == nil {
		stream.go#L964: 		for _, binlog := range cs.binlogs {
		stream.go#L972: 	if len(cs.binlogs) != 0 && !cs.serverHeaderBinlogged {
		stream.go#L977: 	if len(cs.binlogs) != 0 {
		stream.go#L984: 	if len(cs.binlogs) != 0 && err == nil {
		stream.go#L989: 		for _, binlog := range cs.binlogs {
		stream.go#L1015: 	if len(cs.binlogs) != 0 {
		stream.go#L1019: 		for _, binlog := range cs.binlogs {
		stream.go#L1057: 	if len(cs.binlogs) != 0 {
		stream.go#L1063: 			for _, binlog := range cs.binlogs {
		stream.go#L1075: 			for _, binlog := range cs.binlogs {